Config

data class Config(var obstacleAvoidance: Boolean? = null, var evCompensation: Camera.ExposureValue? = null, var whiteBalance: Camera.WhiteBalanceMode? = null, var photoResolution: Camera.PhotoResolution? = null, var videoResolution: Camera.VideoResolution? = null, var frameRate: Camera.VideoFramerate? = null) : Plan.Item

Config of a particular plan item.

Parameters

obstacleAvoidance

whether to enable obstacle avoidance

evCompensation

EV compensation of the camera

whiteBalance

white balance mode of the camera

photoResolution

photo resolution of the camera

videoResolution

video resolution of the camera

frameRate

frame rate of the camera

Constructors

Link copied to clipboard
constructor(obstacleAvoidance: Boolean? = null, evCompensation: Camera.ExposureValue? = null, whiteBalance: Camera.WhiteBalanceMode? = null, photoResolution: Camera.PhotoResolution? = null, videoResolution: Camera.VideoResolution? = null, frameRate: Camera.VideoFramerate? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard